All Questions
1 question
6votes
3answers
7kviews
What is recommended way to create test data for unit test cases?
I am new to TDD/unit testing. I am going to write a complex scheduling algorithm in Java. As this module is a core part of our application and there are number of scenarios in it, I want to write ...